github.com/jackc/pgx/v5/pgtype.JSONCodec.planScan (method)

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		json.go#L142: 	return c.planScan(m, oid, formatCode, target, 0)
		json.go#L147: func (c *JSONCodec) planScan(m *Map, oid uint32, formatCode int16, target any, depth int) ScanPlan {
		json.go#L166: 		plan.next = c.planScan(m, oid, formatCode, rv.Elem().Interface(), depth+1)